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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??幽? | 0011111100111111100101110100100000111111 | 3f3f97483f |
EUC-JP | ??幽? | 0011111100111111110011011010100100111111 | 3f3fcda93f |
UTF-8 | 뤚엌幽배 | 111010111010010010011010111011001001011110001100111001011011100110111101111010111011000010110000 | eba49aec978ce5b9bdebb0b0 |
UHC | 뤚엌幽배 | 1000111111001001101111101111110111101010111010111011100111101000 | 8fc9befdeaebb9e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)