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 | 蒸?元?穽? | 100011111111011000111111100011001011001100111111111000100111011000111111 | 8ff63f8cb33fe2763f |
EUC-JP | 蒸?元?穽? | 101111101111100000111111101110001011010100111111111000111101011100111111 | bef83fb8b53fe3d73f |
UTF-8 | 蒸렣元렞穽렰 | 111010001001001010111000111010111010000010100011111001011000010110000011111010111010000010011110111001111010100110111101111010111010000010110000 | e892b8eba0a3e58583eba09ee7a9bdeba0b0 |
UHC | 蒸렣元렞穽렰 | 111100011111101010001110101101001110101010101010100011101010111111101111111100001000111010111101 | f1fa8eb4eaaa8eafeff08ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)