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 | 誤??乳?? | 1000110011101011001111110011111110010011111110110011111100111111 | 8ceb3f3f93fb3f3f |
EUC-JP | 誤??乳?? | 1011100011101101001111110011111111000110111111010011111100111111 | b8ed3f3fc6fd3f3f |
UTF-8 | 誤곥끃乳쎌쭬 | 111010001010101010100100111010101011001110100101111010111000000110000011111001001011100110110011111011001000111010001100111011001010110110101100 | e8aaa4eab3a5eb8183e4b9b3ec8e8cecadac |
UHC | 誤곥끃乳쎌쭬 | 111010001010011010000001111000111000010110111001111010101110000110111101111011001010011110100000 | e8a681e385b9eae1bdeca7a0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)