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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???違? | 001111110011111100111111100010001110000100111111 | 3f3f3f88e13f |
EUC-JP | 邕??違? | 1000111111100001111011010011111100111111101100001110001100111111 | 8fe1ed3f3fb0e33f |
UTF-8 | 邕잙슚違묪 | 111010011000001010010101111011001001111010011001111011001000101010011010111010011000000110010101111010111010110010101010 | e98295ec9e99ec8a9ae98195ebacaa |
UHC | 邕잙슚違묪 | 11101000101110111001111111101011100110101010100011101010110111101001001001000010 | e8bb9feb9aa8eade9242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)