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 | 鼇??蔭?? | 1110101010000111001111110011111110001000111111000011111100111111 | ea873f3f88fc3f3f |
EUC-JP | 鼇??蔭?? | 1111001111100111001111110011111110110000111111100011111100111111 | f3e73f3fb0fe3f3f |
UTF-8 | 鼇쏆꽱蔭뺤뼱 | 111010011011110010000111111011001000111110000110111010101011110110110001111010001001010010101101111010111011101010100100111010111011110010110001 | e9bc87ec8f86eabdb1e894adebbaa4ebbcb1 |
UHC | 鼇쏆꽱蔭뺤뼱 | 111010001010100010011011111011001000010010111100111010111110001110010101111011001001011010110100 | e8a89bec84bcebe395ec96b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)