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 | 甕??節?? | 1110000101010000001111110011111110010000110111110011111100111111 | e1503f3f90df3f3f |
EUC-JP | 甕??節?? | 1110000110110001001111110011111111000000111000010011111100111111 | e1b13f3fc0e13f3f |
UTF-8 | 甕닷툚節쇔츍 | 111001111001010010010101111010111000101110110111111011011000100010011010111001111010111110000000111011001000011110010100111011001011100010001101 | e79495eb8bb7ed889ae7af80ec8794ecb88d |
UHC | 甕닷툚節쇔츍 | 111010001011100010110100111001011011100010010001111011111011110110111100111001011010111010001000 | e8b8b4e5b891efbdbce5ae88 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)