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 | 蒻わ?韋?? | 111001001110100010000010111011010011111111101000111010000011111100111111 | e4e882ed3fe8e83f3f |
EUC-JP | 蒻わ?韋?? | 111010001110101010100100111011110011111111110000111010100011111100111111 | e8eaa4ef3ff0ea3f3f |
UTF-8 | 蒻わ퐙韋뤸뉘 | 111010001001001010111011111000111000001010001111111011011001000010011001111010011001111110001011111010111010010010111000111010111000100110011000 | e892bbe3828fed9099e99f8beba4b8eb8998 |
UHC | 蒻わ퐙韋뤸뉘 | 111001011011011010101010111011111011110110000011111010101101111110001111111001101011010010110101 | e5b6aaefbd83eadf8fe6b4b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)