To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 諠懈鏡鮟 | 1110011010000011100111001110011010001011101111101110100110111011 | e6839ce68bbee9bb |
EUC-JP | 諠懈鏡鮟 | 1110101111100011110110001110100010110110110000001111001010111101 | ebe3d8e8b6c0f2bd |
UTF-8 | 諠懈鏡鮟 | 111010001010101110100000111001101000011110001000111010011000111110100001111010011010111010011111 | e8aba0e68788e98fa1e9ae9f |
UHC | ?懈鏡鮟 | 00111111111110101010101111001100111100001110010011010101 | 3ffaabccf0e4d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)