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 | 姨??夷?? | 1001101101001000001111110011111110001000110011100011111100111111 | 9b483f3f88ce3f3f |
EUC-JP | 姨??夷?? | 1101010110101001001111110011111110110000110100000011111100111111 | d5a93f3fb0d03f3f |
UTF-8 | 姨뷀슃夷섏쮮 | 111001011010011110101000111010111011011110000000111011001000101010000011111001011010010010110111111011001000010010001111111011001010111010101110 | e5a7a8ebb780ec8a83e5a4b7ec848fecaeae |
UHC | 姨뷀슃夷섏쮮 | 111011001010100110010100111011011001101010010101111011001010100010011000111011001010100010001011 | eca994ed9a95eca898eca88b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)