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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 漱??漱??B | 100111111111100100111111001111111001111111111001001111110011111101000010 | 9ff93f3f9ff93f3f42 |
EUC-JP | 漱??漱??B | 110111101111101100111111001111111101111011111011001111110011111101000010 | defb3f3fdefb3f3f42 |
UTF-8 | 漱땱둤漱땱둤B | 11100110101111001011000111101011100101011011000111101011100100011010010011100110101111001011000111101011100101011011000111101011100100011010010001000010 | e6bcb1eb95b1eb91a4e6bcb1eb95b1eb91a442 |
UHC | 漱땱둤漱땱둤B | 11100010101010111000101110000111100010100101100111100010101010111000101110000111100010100101100101000010 | e2ab8b878a59e2ab8b878a5942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)