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 | 罌??幼?? | 1110001110100000001111110011111110010111011000110011111100111111 | e3a03f3f97633f3f |
EUC-JP | 罌??幼?? | 1110011010100010001111110011111111001101110001000011111100111111 | e6a23f3fcdc43f3f |
UTF-8 | 罌삘넀幼싧섧 | 111001111011110110001100111011001000001010011000111010111000010010000000111001011011100110111100111011001000101110100111111011001000010010100111 | e7bd8cec8298eb8480e5b9bcec8ba7ec84a7 |
UHC | 罌삘넀幼싧섧 | 111001011010001010111011111000101000011010010000111010101110101010011010111001011011110010110101 | e5a2bbe28690eaea9ae5bcb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)