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 | 航?こ? | 100011010111000100111111100000101011000100111111 | 8d713f82b13f |
EUC-JP | 航?こ? | 101110011101001000111111101001001011001100111111 | b9d23fa4b33f |
UTF-8 | 航었こ렎 | 111010001000100010101010111011001001011110001000111000111000000110010011111010111010000010001110 | e888aaec9788e38193eba08e |
UHC | 航었こ렎 | 1111100111111110101111101111101010101010101100111000111010100100 | f9febefaaab38ea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)