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 | 躍??爾fР | 10010110111101000011111100111111100011101010001010000010100001101000010001010001 | 96f43f3f8ea282868451 |
EUC-JP | 躍??爾fР | 11001100111101100011111100111111101111001010010010100011111001101010011110110010 | ccf63f3fbca4a3e6a7b2 |
UTF-8 | 躍녹렱爾fР | 1110100010111010100011011110101110000101101110011110101110100000101100011110011110001000101111101110111110111101100001101101000010100000 | e8ba8deb85b9eba0b1e788beefbd86d0a0 |
UHC | 躍녹렱爾fР | 111001011011100010110011111011001000111010111110111011001011001110100011111001101010110010110010 | e5b8b3ec8ebeecb3a3e6acb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)