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 | 咀?渟? | 100110011111000000111111100111111101100100111111 | 99f03f9fd93f |
EUC-JP | 咀?渟? | 110100101111001000111111110111101101101100111111 | d2f23fdedb3f |
UTF-8 | 咀렞渟렭 | 111001011001001010000000111010111010000010011110111001101011100010011111111010111010000010101101 | e59280eba09ee6b89feba0ad |
UHC | 咀렞渟렭 | 1110111010111010100011101010111111101111111001011000111010111010 | eeba8eafefe58eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)