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 | 鈺?=涅?? | 111110111100010000111111100000011000000110011111101110000011111100111111 | fbc43f81819fb83f3f |
EUC-JP | 鈺?=涅?? | 10001111111000111101010100111111101000011110000111011110101110100011111100111111 | 8fe3d53fa1e1deba3f3f |
UTF-8 | 鈺썲=涅껈옄 | 111010011000100010111010111011001000110110110010111011111011110010011101111001101011011010000101111010101011101110001000111011001001100010000100 | e988baec8db2efbc9de6b685eabb88ec9884 |
UHC | 鈺썲=涅껈옄 | 111010001010110110111101111001011010001110111101111001101110111010000011111010011001111010010000 | e8adbde5a3bde6ee83e99e90 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)