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 | 洙??檍?? | 1001111110101010001111110011111110011110111110000011111100111111 | 9faa3f3f9ef83f3f |
EUC-JP | 洙??檍?? | 1101111010101100001111110011111111011100111110100011111100111111 | deac3f3fdcfa3f3f |
UTF-8 | 洙롩뢏檍땯딮 | 111001101011010010011001111010111010000110101001111010111010001010001111111001101010101010001101111010111001010110101111111010111001010010101110 | e6b499eba1a9eba28fe6aa8deb95afeb94ae |
UHC | 洙롩뢏檍땯딮 | 111000101010101010001110111010011000111101001010111001011110010110001011100001011000101101001011 | e2aa8ee98f4ae5e58b858b4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)