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 | 111110101011100100111111001111111111101010111001001111110011111101000010 | fab93f3ffab93f3f42 |
EUC-JP | 彧??彧??B | 1000111110111100111111100011111100111111100011111011110011111110001111110011111101000010 | 8fbcfe3f3f8fbcfe3f3f42 |
UTF-8 | 彧웉읩彧웉읩B | 11100101101111011010011111101100100110111000100111101100100111011010100111100101101111011010011111101100100110111000100111101100100111011010100101000010 | e5bda7ec9b89ec9da9e5bda7ec9b89ec9da942 |
UHC | 彧웉읩彧웉읩B | 11101001111011101001111101010111100111111101000011101001111011101001111101010111100111111101000001000010 | e9ee9f579fd0e9ee9f579fd042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)