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 | 終驀??爾? | 100011110100100111101001011111010011111100111111100011101010001000111111 | 8f49e97d3f3f8ea23f |
EUC-JP | 終驀??爾? | 101111011010101011110001110111100011111100111111101111001010010000111111 | bdaaf1de3f3fbca43f |
UTF-8 | 終驀렎렱爾잴 | 111001111011010110000010111010011010100110000000111010111010000010001110111010111010000010110001111001111000100010111110111011001001111010110100 | e7b582e9a980eba08eeba0b1e788beec9eb4 |
UHC | 終驀렎렱爾잴 | 111100001111101111011000111010011000111010100100100011101011111011101100101100111100000011101010 | f0fbd8e98ea48ebeecb3c0ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)