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 | 杖?池嶝?? | 100011111111000100111111100100100111001010011011110100010011111100111111 | 8ff13f92729bd13f3f |
EUC-JP | 杖?池嶝?? | 101111101111001100111111110000111101001111010110110100110011111100111111 | bef33fc3d3d6d33f3f |
UTF-8 | 杖렱池嶝렒렑 | 111001101001110110010110111010111010000010110001111001101011000110100000111001011011011010011101111010111010000010010010111010111010000010010001 | e69d96eba0b1e6b1a0e5b69deba092eba091 |
UHC | 杖렱池嶝렒렑 | 111011011110100010001110101111101111001010101110110101001111000110001110101001111000111010100110 | ede88ebef2aed4f18ea78ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)