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 | 繚殊‐覽 | 1110001110000111100011101110101010000001010111011110011001010100 | e3878eea815de654 |
EUC-JP | 繚殊‐覽 | 1110010111100111101111001110110010100001101111101110101110110101 | e5e7bceca1beebb5 |
UTF-8 | 繚殊‐覽 | 111001111011100110011010111001101010111010001010111000101000000010010000111010001010011010111101 | e7b99ae6ae8ae28090e8a6bd |
UHC | ?殊?覽 | 001111111110001010101000001111111101010111000010 | 3fe2a83fd5c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)