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 | 阿??誼?┥ | 100010001010001000111111001111111000101101100010001111111000010010111100 | 88a23f3f8b623f84bc |
EUC-JP | 阿??誼?┥ | 101100001010010000111111001111111011010111000011001111111010100010111110 | b0a43f3fb5c33fa8be |
UTF-8 | 阿잛쥓誼뚳┥ | 111010011001100010111111111011001001111010011011111011001010010110010011111010001010101010111100111010111001101010110011111000101001010010100101 | e998bfec9e9beca593e8aabceb9ab3e294a5 |
UHC | 阿잛쥓誼뚳┥ | 111001001011100110011111111011001010001010001010111010111111111010001100111011111010011010111110 | e4b99feca28aebfe8cefa6be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)