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 | ?る?誼?? | 0011111110000010111010010011111110001011011000100011111100111111 | 3f82e93f8b623f3f |
EUC-JP | ?る?誼?? | 0011111110100100111010110011111110110101110000110011111100111111 | 3fa4eb3fb5c33f3f |
UTF-8 | 閭るㅋ誼믧뒽 | 111011111010011010000110111000111000001010001011111000111000010110001011111010001010101010111100111010111010111110100111111010111001001010111101 | efa686e3828be3858be8aabcebafa7eb92bd |
UHC | 閭るㅋ誼믧뒽 | 111001101010110110101010111010111010010010111011111010111111111010010010111010011000101010110011 | e6adaaeba4bbebfe92e98ab3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)