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 | 庸??誼?? | 1001011101100110001111110011111110001011011000100011111100111111 | 97663f3f8b623f3f |
EUC-JP | 庸??誼?? | 1100110111000111001111110011111110110101110000110011111100111111 | cdc73f3fb5c33f3f |
UTF-8 | 庸뉕랜誼꿩샍 | 111001011011101010111000111010111000100110010101111010111001111010011100111010001010101010111100111010101011111110101001111011001000001110001101 | e5bab8eb8995eb9e9ce8aabceabfa9ec838d |
UHC | 庸뉕랜誼꿩샍 | 111010011011110010000111111010101011011110100011111010111111111010110010111001101001100010111011 | e9bc87eab7a3ebfeb2e698bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)