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 | 湜疾瀅嫉 | 1111101101000111100011101011111011111011010011101000111010111001 | fb478ebefb4e8eb9 |
EUC-JP | 湜疾瀅嫉 | 10001111110001111111110010111100110000001000111111001001101010111011110010111011 | 8fc7fcbcc08fc9abbcbb |
UTF-8 | 湜疾瀅嫉 | 111001101011100110011100111001111001011010111110111001111000000010000101111001011010101110001001 | e6b99ce796bee78085e5ab89 |
UHC | 湜疾瀅嫉 | 1110001111010111111100101111000011111011101001001111001011101100 | e3d7f2f0fba4f2ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)