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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 咀棒?酊 | 10011001111100001001011001011111001111111110011111000010 | 99f0965f3fe7c2 |
EUC-JP | 咀棒?酊 | 11010010111100101100101111000000001111111110111011000100 | d2f2cbc03feec4 |
UTF-8 | 咀棒짊酊 | 111001011001001010000000111001101010001110010010111011001010011110001010111010011000010110001010 | e59280e6a392eca78ae9858a |
UHC | 咀棒짊酊 | 1110111010111010110111001110101011000001111110111110111111111000 | eebadceac1fbeff8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)