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 | ?審??∮? | 0011111110010000010100100011111100111111100001111001001100111111 | 3f90523f3f87933f |
EUC-JP | ?審???? | 00111111101111111011001100111111001111110011111100111111 | 3fbfb33f3f3f3f |
UTF-8 | 룵審룶킃∮룶 | 111010111010001110110101111001011010111110101001111010111010001110110110111011011000001010000011111000101000100010101110111010111010001110110110 | eba3b5e5afa9eba3b6ed8283e288aeeba3b6 |
UHC | 룵審룶킃∮룶 | 100011111010101011100011111110111000111110101011101101001000111110100010101100011000111110101011 | 8faae3fb8fabb48fa2b18fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)