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 | ??????~ | 00111111001111110011111100111111001111110011111101111110 | 3f3f3f3f3f3f7e |
SJIS-WIN | ??〓???~ | 0011111100111111100000011010110000111111001111110011111101111110 | 3f3f81ac3f3f3f7e |
EUC-JP | ??〓??鋌~ | 00111111001111111010001010101110001111110011111110001111111001001011101101111110 | 3f3fa2ae3f3f8fe4bb7e |
UTF-8 | 룶깰〓룶깹鋌~ | 11101011101000111011011011101010101110011011000011100011100000001001001111101011101000111011011011101010101110011011100111101001100010111000110001111110 | eba3b6eab9b0e38093eba3b6eab9b9e98b8c7e |
UHC | 룶깰〓룶깹鋌~ | 10001111101010111011000111111101101000011110101110001111101010111011001010100001111011111111101101111110 | 8fabb1fda1eb8fabb2a1effb7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)