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 | ?遍?信 | 001111111001010111010101001111111001000001001101 | 3f95d53f904d |
EUC-JP | ?遍?信 | 001111111100101011010111001111111011111110101110 | 3fcad73fbfae |
UTF-8 | 뤙遍폀信 | 111010111010010010011001111010011000000110001101111011011000111110000000111001001011111110100001 | eba499e9818ded8f80e4bfa1 |
UHC | 뤙遍폀信 | 1000111111001000111110001011110010111100100011111110001111100001 | 8fc8f8bcbc8fe3e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)