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 | ???庄?? | 00111111001111110011111110001111101011110011111100111111 | 3f3f3f8faf3f3f |
EUC-JP | ?焰?庄?? | 001111111000111111001001111011110011111110111110101100010011111100111111 | 3f8fc9ef3fbeb13f3f |
UTF-8 | 뤚焰뤳庄제拉 | 111010111010010010011010111001111000010010110000111010111010010010110011111001011011101010000100111011001010000010011100111011111010010010100101 | eba49ae784b0eba4b3e5ba84eca09cefa4a5 |
UHC | 뤚焰뤳庄제拉 | 100011111100100111100110111110111000111111100001111011011110010011000001101001101101000111111110 | 8fc9e6fb8fe1ede4c1a6d1fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)