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 | 堊??柚?? | 1001101010111111001111110011111110010111010011010011111100111111 | 9abf3f3f974d3f3f |
EUC-JP | 堊??柚?? | 1101010011000001001111110011111111001101101011100011111100111111 | d4c13f3fcdae3f3f |
UTF-8 | 堊띻덮柚꾥뀑 | 111001011010000010001010111010111001110110111011111010111000110110101110111001101001111110011010111010101011111010100101111010111000000010010001 | e5a08aeb9dbbeb8daee69f9aeabea5eb8091 |
UHC | 堊띻덮柚꾥뀑 | 111001001011111010001101111010101011010110100100111010101111011010000100111010001000010110001011 | e4be8deab5a4eaf684e8858b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)