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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 譽??秧?\ | 1110011010100011001111110011111111100010010111100011111101011100 | e6a33f3fe25e3f5c |
EUC-JP | 譽??秧?\ | 1110110010100101001111110011111111100011101111110011111101011100 | eca53f3fe3bf3f5c |
UTF-8 | 譽길튆秧묹\ | 11101000101011011011110111101010101110001011100011101101100010101000011011100111101001111010011111101011101011001011100101011100 | e8adbdeab8b8ed8a86e7a7a7ebacb95c |
UHC | 譽길튆秧묹\ | 1110011111100010101100011110011010111001100110111110010011101011100100100100110001011100 | e7e2b1e6b99be4eb924c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)