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 | 赱梧コ城ュ剰 | 11100110110111111000110011100110101110101000111111101001101011011000111111101000 | e6df8ce6ba8fe9ad8fe8 |
EUC-JP | 赱梧コ城ュ剰 | 111011001110000110111000111010001000111010111010101111101110101110001110101011011011111011101010 | ece1b8e88ebabeeb8eadbeea |
UTF-8 | 赱梧コ城ュ剰 | 111010001011010110110001111001101010001010100111111011111011110110111010111001011001111110001110111011111011110110101101111001011000100110110000 | e8b5b1e6a2a7efbdbae59f8eefbdade589b0 |
UHC | ?梧?城?? | 0011111111100111111111000011111111100000111100100011111100111111 | 3fe7fc3fe0f23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)