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 | 題豆?燿 | 10010001111010001001001110100100001111111110000010100000 | 91e893a43fe0a0 |
EUC-JP | 題豆?燿 | 11000010111010101100011010100110001111111110000010100010 | c2eac6a63fe0a2 |
UTF-8 | 題豆쨀燿 | 111010011010000110001100111010001011000110000110111011001010100010000000111001111000011110111111 | e9a18ce8b186eca880e787bf |
UHC | 題豆쨀燿 | 1111000010111001110101001110011111000010101100111110100011111100 | f0b9d4e7c2b3e8fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)