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 | 甑??耳 | 100011011001100100111111001111111000111010101000 | 8d993f3f8ea8 |
EUC-JP | 甑??耳 | 101110011111100100111111001111111011110010101010 | b9f93f3fbcaa |
UTF-8 | 甑멸딛耳 | 111001111001010010010001111010111010100110111000111010111001010010011011111010001000000010110011 | e79491eba9b8eb949be880b3 |
UHC | 甑멸딛耳 | 1111000111110111101110001110101010110101111100111110110010111100 | f1f7b8eab5f3ecbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)