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 | 要??徇?? | 1001011101110110001111110011111110011100011011010011111100111111 | 97763f3f9c6d3f3f |
EUC-JP | 要??徇?? | 1100110111010111001111110011111111010111110011100011111100111111 | cdd73f3fd7ce3f3f |
UTF-8 | 要쏅뛿徇숂툞 | 111010001010011010000001111011001000111110000101111010111001101110111111111001011011111010000111111011001000100010000010111011011000100010011110 | e8a681ec8f85eb9bbfe5be87ec8882ed889e |
UHC | 要쏅뛿徇숂툞 | 111010011010100110011011111010111000110110000101111000101101111110011001111001111011100010010101 | e9a99beb8d85e2df99e7b895 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)