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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 夷?夷 | 1000100011001110001111111000100011001110 | 88ce3f88ce |
EUC-JP | 夷?夷 | 1011000011010000001111111011000011010000 | b0d03fb0d0 |
UTF-8 | 夷뎗夷 | 111001011010010010110111111010111000111010010111111001011010010010110111 | e5a4b7eb8e97e5a4b7 |
UHC | 夷뎗夷 | 111011001010100010001001011010001110110010101000 | eca88968eca8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)