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 | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | ???夷?E | 00111111001111110011111110001000110011100011111101000101 | 3f3f3f88ce3f45 |
EUC-JP | ???夷?E | 00111111001111110011111110110000110100000011111101000101 | 3f3f3fb0d03f45 |
UTF-8 | 梨좎콉夷뛕E | 11101111101001111010001011101100101000101000111011101100101111011000100111100101101001001011011111101011100110111001010101000101 | efa7a2eca28eecbd89e5a4b7eb9b9545 |
UHC | 梨좎콉夷뛕E | 1110110010110001101000001110110010110001100001011110110010101000100011010101001001000101 | ecb1a0ecb185eca88d5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)