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 | ???c?? | 001111110011111100111111011000110011111100111111 | 3f3f3f633f3f |
SJIS-WIN | ???c?? | 001111110011111100111111011000110011111100111111 | 3f3f3f633f3f |
EUC-JP | ???c?? | 001111110011111100111111011000110011111100111111 | 3f3f3f633f3f |
UTF-8 | 뎚묨뫍c묰뫒 | 11101011100011101001101011101011101011001010100011101011101010111000110101100011111010111010110010110000111010111010101110010010 | eb8e9aebaca8ebab8d63ebacb0ebab92 |
UHC | 뎚묨뫍c묰뫒 | 1000100101101011100100100100000110010001101011110110001110010010010001111001000110110100 | 896b924191af63924791b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)