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 | 倚??儀?┳ | 100110001101111100111111001111111000101101010110001111111000010010110001 | 98df3f3f8b563f84b1 |
EUC-JP | 倚??儀?┳ | 110100001110000100111111001111111011010110110111001111111010100010110011 | d0e13f3fb5b73fa8b3 |
UTF-8 | 倚밸졎儀붺┳ | 111001011000000010011010111010111011000010111000111011001010000110001110111001011000010010000000111010111011011010111010111000101001010010110011 | e5809aebb0b8eca18ee58480ebb6bae294b3 |
UHC | 倚밸졎儀붺┳ | 111010111110111110111001111010111010000010111011111010111111000010010100111001111010011010110011 | ebefb9eba0bbebf094e7a6b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)