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 | 譽??秧?藥 | 111001101010001100111111001111111110001001011110001111111110010101011010 | e6a33f3fe25e3fe55a |
EUC-JP | 譽??秧?藥 | 111011001010010100111111001111111110001110111111001111111110100110111011 | eca53f3fe3bf3fe9bb |
UTF-8 | 譽김씩秧묷藥 | 111010001010110110111101111010101011100110000000111011001001010010101001111001111010011110100111111010111010110010110111111010001001011110100101 | e8adbdeab980ec94a9e7a7a7ebacb7e897a5 |
UHC | 譽김씩秧묷藥 | 111001111110001010110001111010001011111010111111111001001110101110010010010010111110010110110111 | e7e2b1e8bebfe4eb924be5b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)