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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 筌??浴? | 11100010101000110011111100111111100101111000000100111111 | e2a33f3f97813f |
EUC-JP | 筌??浴? | 11100100101001010011111100111111110011011110000100111111 | e4a53f3fcde13f |
UTF-8 | 筌깆뼏浴덨 | 111001111010110110001100111010101011100110000110111010111011110010001111111001101011010110110100111010111000110110101000 | e7ad8ceab986ebbc8fe6b5b4eb8da8 |
UHC | 筌깆뼏浴덨 | 11101111101001111011000111101100100101101001011111101001101100011000100101000010 | efa7b1ec9697e9b18942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)