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 | 蘂??悠?? | 1110010101000001001111110011111110010111010010010011111100111111 | e5413f3f97493f3f |
EUC-JP | 蘂??悠?? | 1110100110100010001111110011111111001101101010100011111100111111 | e9a23f3fcdaa3f3f |
UTF-8 | 蘂띔퍓悠껂틠 | 111010001001100010000010111010111001110110010100111011011000110110010011111001101000001010100000111010101011101110000010111011011000101110100000 | e89882eb9d94ed8d93e682a0eabb82ed8ba0 |
UHC | 蘂띔퍓悠껂틠 | 111001111101111010110110111010101011101110001010111010101110110110000011111001001011101010001100 | e7deb6eabb8aeaed83e4ba8c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)