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 | 娃??壹?? | 1000100010100001001111110011111110011010111000110011111100111111 | 88a13f3f9ae33f3f |
EUC-JP | 娃??壹?? | 1011000010100011001111110011111111010100111001010011111100111111 | b0a33f3fd4e53f3f |
UTF-8 | 娃숈뮀壹드립 | 111001011010100010000011111011001000100010001000111010111010111010000000111001011010001110111001111010111001001110011100111010111010011010111101 | e5a883ec8888ebae80e5a3b9eb939ceba6bd |
UHC | 娃숈뮀壹드립 | 111010001101111110011001111011001001001010001111111011001110110010110101111001011011100010110011 | e8df99ec928fececb5e5b8b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)