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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 要??膺? | 10010111011101100011111100111111111001000101111000111111 | 97763f3fe45e3f |
EUC-JP | 要??膺? | 11001101110101110011111100111111111001111011111100111111 | cdd73f3fe7bf3f |
UTF-8 | 要쏅뜂膺갃 | 111010001010011010000001111011001000111110000101111010111001110010000010111010001000011010111010111010101011000010000011 | e8a681ec8f85eb9c82e886baeab083 |
UHC | 要쏅뜂膺갃 | 11101001101010011001101111101011100011011000011011101011111011001000000101000010 | e9a99beb8d86ebec8142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)