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 | 驛??音 | 111010011000001100111111001111111000100110111001 | e9833f3f89b9 |
EUC-JP | 驛??音 | 111100011110001100111111001111111011001010111011 | f1e33f3fb2bb |
UTF-8 | 驛깅츑音 | 111010011010100110011011111010101011100110000101111011001011100010010001111010011001111110110011 | e9a99beab985ecb891e99fb3 |
UHC | 驛깅츑音 | 1110011010111110101100011110101110101110100011001110101111100101 | e6beb1ebae8cebe5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)