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 | 閼ア隱ー謐宇 | 11101000100001001011000111101000101010101011000011100110100011011000100101000110 | e884b1e8aab0e68d8946 |
EUC-JP | 閼ア隱ー謐宇 | 111011111110010010001110101100011111000010101100100011101011000011101011111011011011000110100111 | efe48eb1f0ac8eb0ebedb1a7 |
UTF-8 | 閼ア隱ー謐宇 | 111010011001011010111100111011111011110110110001111010011001101010110001111011111011110110110000111010001010110010010000111001011010111010000111 | e996bcefbdb1e99ab1efbdb0e8ac90e5ae87 |
UHC | 閼?隱?謐宇 | 11100100110110010011111111101011110111110011111111011010110011011110100111010100 | e4d93febdf3fdacde9d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)