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 | 儀??倚?? | 1000101101010110001111110011111110011000110111110011111100111111 | 8b563f3f98df3f3f |
EUC-JP | 儀??倚?? | 1011010110110111001111110011111111010000111000010011111100111111 | b5b73f3fd0e13f3f |
UTF-8 | 儀붾젩倚밸죫 | 111001011000010010000000111010111011011010111110111011001010000010101001111001011000000010011010111010111011000010111000111011001010001110101011 | e58480ebb6beeca0a9e5809aebb0b8eca3ab |
UHC | 儀붾젩倚밸죫 | 111010111111000010010100111010111010000010100001111010111110111110111001111010111010000110000110 | ebf094eba0a1ebefb9eba186 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)