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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 夷???l? | 1000100011001110001111110011111100111111100000101000110000111111 | 88ce3f3f3f828c3f |
EUC-JP | 夷???l? | 1011000011010000001111110011111100111111101000111110110000111111 | b0d03f3f3fa3ec3f |
UTF-8 | 夷됱찈淋l껀 | 111001011010010010110111111010111001000010110001111011001011000010001000111011111010011110110101111011111011110110001100111010101011101110000000 | e5a4b7eb90b1ecb088efa7b5efbd8ceabb80 |
UHC | 夷됱찈淋l껀 | 111011001010100010001001111011001010100110001100111011001111100010100011111011001011001010101011 | eca889eca98cecf8a3ecb2ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)