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 | 偕?池嶝?? | 100110001111000100111111100100100111001010011011110100010011111100111111 | 98f13f92729bd13f3f |
EUC-JP | 偕?池嶝?? | 110100001111001100111111110000111101001111010110110100110011111100111111 | d0f33fc3d3d6d33f3f |
UTF-8 | 偕렱池嶝렒렑 | 111001011000000110010101111010111010000010110001111001101011000110100000111001011011011010011101111010111010000010010010111010111010000010010001 | e58195eba0b1e6b1a0e5b69deba092eba091 |
UHC | 偕렱池嶝렒렑 | 111110101010010110001110101111101111001010101110110101001111000110001110101001111000111010100110 | faa58ebef2aed4f18ea78ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)