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 | ????筍? | 00111111001111110011111100111111111000101010000100111111 | 3f3f3f3fe2a13f |
EUC-JP | ????筍? | 00111111001111110011111100111111111001001010001100111111 | 3f3f3f3fe4a33f |
UTF-8 | 렮롅롊뤖筍핉 | 111010111010000010101110111010111010000110000101111010111010000110001010111010111010010010010110111001111010110110001101111011011001010110001001 | eba0aeeba185eba18aeba496e7ad8ded9589 |
UHC | 렮롅롊뤖筍핉 | 100011101011101110001110110010111000111011010000100011111100011011100010111011001100000010001110 | 8ebb8ecb8ed08fc6e2ecc08e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)