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 | 映р?循?? | 100010010110011010000100100000100011111110001111011110100011111100111111 | 896684823f8f7a3f3f |
EUC-JP | 映р?循?? | 101100011100011110100111111000100011111110111101110110110011111100111111 | b1c7a7e23fbddb3f3f |
UTF-8 | 映р돡循㎫날 | 1110011010011000101000001101000110000000111010111000111110100001111001011011111010101010111000111000111010101011111010111000001010100000 | e698a0d180eb8fa1e5beaae38eabeb82a0 |
UHC | 映р돡循㎫날 | 111001111011000110101100111000101000100110100110111000101110000010100111111001111011001110101111 | e7b1ace289a6e2e0a7e7b3af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)