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 | 躍??泣?? | 1001011011110100001111110011111110001011100000110011111100111111 | 96f43f3f8b833f3f |
EUC-JP | 躍??泣?ˇ | 11001100111101100011111100111111101101011110001100111111100011111010001010110000 | ccf63f3fb5e33f8fa2b0 |
UTF-8 | 躍녹룊泣ⓩˇ | 1110100010111010100011011110101110000101101110011110101110100011100010101110011010110011101000111110001010010011101010011100101110000111 | e8ba8deb85b9eba38ae6b3a3e293a9cb87 |
UHC | 躍녹룊泣ⓩˇ | 111001011011100010110011111011001000111110001001111010111110100010101000111001101010001010100111 | e5b8b3ec8f89ebe8a8e6a2a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)