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 | 誾゙骼ャ | 111110111010011111011110111010011000111010101100 | fba7dee98eac |
EUC-JP | 誾゙骼ャ | 100011111101111010100100100011101101111011110001111011101000111010101100 | 8fdea48edef1ee8eac |
UTF-8 | 誾゙骼ャ | 111010001010101010111110111011111011111010011110111010011010101010111100111011111011110110101100 | e8aabeefbe9ee9aabcefbdac |
UHC | 誾??? | 1110101111011101001111110011111100111111 | ebdd3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)