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 | ???腋?? | 00111111001111110011111111100011111111000011111100111111 | 3f3f3fe3fc3f3f |
EUC-JP | ???腋?? | 00111111001111110011111111100110111111100011111100111111 | 3f3f3fe6fe3f3f |
UTF-8 | 僚쒏묾腋쇔캈 | 111011111010011010111011111011001001001010001111111010111010110010111110111010001000010110001011111011001000011110010100111011001011101010001000 | efa6bbec928febacbee8858bec8794ecba88 |
UHC | 僚쒏묾腋쇔캈 | 111010001110100010011100111001101011100110110010111001001111110110111100111001011010111110010100 | e8e89ce6b9b2e4fdbce5af94 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)