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 | 製?衣??辜 | 100100001011101100111111100010001101111100111111001111111110011110000011 | 90bb3f88df3f3fe783 |
EUC-JP | 製?衣??辜 | 110000001011110100111111101100001110000100111111001111111110110111100011 | c0bd3fb0e13f3fede3 |
UTF-8 | 製렩衣쭸렲辜 | 111010001010001110111101111010111010000010101001111010001010000110100011111011001010110110111000111010111010000010110010111010001011111010011100 | e8a3bdeba0a9e8a1a3ecadb8eba0b2e8be9c |
UHC | 製렩衣쭸렲辜 | 111100001011001010001110101101111110101111111101110000101110011010001110101111111100110111010000 | f0b28eb7ebfdc2e68ebfcdd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)