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 | ???裕??? | 0011111100111111001111111001011101010100001111110011111100111111 | 3f3f3f97543f3f3f |
EUC-JP | ???裕??? | 0011111100111111001111111100110110110101001111110011111100111111 | 3f3f3fcdb53f3f3f |
UTF-8 | 了쏆늾裕껆뙳紐 | 111011111010011010111010111011001000111110000110111010111000101010111110111010001010001110010101111010101011101110000110111010111001100110110011111011111010011110001111 | efa6baec8f86eb8abee8a395eabb86eb99b3efa78f |
UHC | 了쏆늾裕껆뙳紐 | 1110100011100111100110111110110010001000100001111110101110101110100000111110011110001100101101101110101110101010 | e8e79bec8887ebae83e78cb6ebaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)