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 | ???U???N | 0011111100111111001111110101010100111111001111110011111101001110 | 3f3f3f553f3f3f4e |
SJIS-WIN | ??㎏U??㎏N | 00111111001111111000011101110011010101010011111100111111100001110111001101001110 | 3f3f8773553f3f87734e |
EUC-JP | ???U???N | 0011111100111111001111110101010100111111001111110011111101001110 | 3f3f3f553f3f3f4e |
UTF-8 | 淋믪㎏U淋믪㎏N | 1110111110100111101101011110101110101111101010101110001110001110100011110101010111101111101001111011010111101011101011111010101011100011100011101000111101001110 | efa7b5ebafaae38e8f55efa7b5ebafaae38e8f4e |
UHC | 淋믪㎏U淋믪㎏N | 1110110011111000100100101110110010100111101110000101010111101100111110001001001011101100101001111011100001001110 | ecf892eca7b855ecf892eca7b84e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)