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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蒸?羽豆?? | 100011111111011000111111100010010100100010010011101001000011111100111111 | 8ff63f894893a43f3f |
EUC-JP | 蒸?羽豆?? | 101111101111100000111111101100011010100111000110101001100011111100111111 | bef83fb1a9c6a63f3f |
UTF-8 | 蒸렠羽豆렩렢 | 111010001001001010111000111010111010000010100000111001111011111010111101111010001011000110000110111010111010000010101001111010111010000010100010 | e892b8eba0a0e7bebde8b186eba0a9eba0a2 |
UHC | 蒸렠羽豆렩렢 | 111100011111101010001110101100011110100111100010110101001110011110001110101101111000111010110011 | f1fa8eb1e9e2d4e78eb78eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)