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 | 豫レ?癰?? | 100110001010110010000011100011000011111111100001100111100011111100111111 | 98ac838c3fe19e3f3f |
EUC-JP | 豫レ?癰?? | 110100001010111010100101111011000011111111100001111111100011111100111111 | d0aea5ec3fe1fe3f3f |
UTF-8 | 豫レ옲癰덂뀴 | 111010001011000110101011111000111000001110101100111011001001100010110010111001111001100110110000111010111000110110000010111010111000000010110100 | e8b1abe383acec98b2e799b0eb8d82eb80b4 |
UHC | 豫レ옲癰덂뀴 | 111001111110001110101011111011001001111010101101111010001011100110001000111001011000010110101010 | e7e3abec9eade8b988e585aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)