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 | 簇?駿? | 111000101100011000111111100011110111100000111111 | e2c63f8f783f |
EUC-JP | 簇?駿? | 111001001100100000111111101111011101100100111111 | e4c83fbdd93f |
UTF-8 | 簇렫駿쇤 | 111001111011000010000111111010111010000010101011111010011010011110111111111011001000011110100100 | e7b087eba0abe9a7bfec87a4 |
UHC | 簇렫駿쇤 | 1111000011101010100011101011100111110001111001111011110011101001 | f0ea8eb9f1e7bce9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)