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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????婦 | 0011111100111111001111110011111100111111001111111001010101110111 | 3f3f3f3f3f3f9577 |
EUC-JP | ??????婦 | 0011111100111111001111110011111100111111001111111100100111011000 | 3f3f3f3f3f3fc9d8 |
UTF-8 | 뤚쳩숌빡뤒훿婦 | 111010111010010010011010111011001011001110101001111011001000100010001100111010111011100110100001111010111010010010010010111011011001101110111111111001011010100110100110 | eba49aecb3a9ec888cebb9a1eba492ed9bbfe5a9a6 |
UHC | 뤚쳩숌빡뤒훿婦 | 1000111111001001101010111000111010111100111100101011101011111101100011111100001011000100100011101101110011111110 | 8fc9ab8ebcf2bafd8fc2c48edcfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)