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 | 渦??奄?? | 1000100101010001001111110011111110001001100000100011111100111111 | 89513f3f89823f3f |
EUC-JP | 渦??奄?? | 1011000110110010001111110011111110110001111000100011111100111111 | b1b23f3fb1e23f3f |
UTF-8 | 渦쒎즺奄띄튊 | 111001101011100010100110111011001001001010001110111011001010011010111010111001011010010110000100111010111001110110000100111011011000101010001010 | e6b8a6ec928eeca6bae5a584eb9d84ed8a8a |
UHC | 渦쒎즺奄띄튊 | 111010001011111010011100111001011010001110001100111001011111001010110110111001111011100110011110 | e8be9ce5a38ce5f2b6e7b99e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)