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 | ???男?? | 00111111001111110011111110010010011010100011111100111111 | 3f3f3f926a3f3f |
EUC-JP | ???男?? | 00111111001111110011111111000011110010110011111100111111 | 3f3f3fc3cb3f3f |
UTF-8 | 룶엌룶男룶웡 | 111010111010001110110110111011001001011110001100111010111010001110110110111001111001010010110111111010111010001110110110111011001001101110100001 | eba3b6ec978ceba3b6e794b7eba3b6ec9ba1 |
UHC | 룶엌룶男룶웡 | 100011111010101110111110111111011000111110101011110100011111101110001111101010111011111111111101 | 8fabbefd8fabd1fb8fabbffd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)