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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?遍??遍?^ | 001111111001010111010101001111110011111110010101110101010011111101011110 | 3f95d53f3f95d53f5e |
EUC-JP | ?遍??遍?^ | 001111111100101011010111001111110011111111001010110101110011111101011110 | 3fcad73f3fcad73f5e |
UTF-8 | 뤙遍튒뤙遍튒^ | 11101011101001001001100111101001100000011000110111101101100010101001001011101011101001001001100111101001100000011000110111101101100010101001001001011110 | eba499e9818ded8a92eba499e9818ded8a925e |
UHC | 뤙遍튒뤙遍튒^ | 10001111110010001111100010111100101110100100010010001111110010001111100010111100101110100100010001011110 | 8fc8f8bcba448fc8f8bcba445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)