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 | ?遍?撰 | 001111111001010111010101001111111001000011101111 | 3f95d53f90ef |
EUC-JP | ?遍?撰 | 001111111100101011010111001111111100000011110001 | 3fcad73fc0f1 |
UTF-8 | 뤙遍꿩撰 | 111010111010010010011001111010011000000110001101111010101011111110101001111001101001001010110000 | eba499e9818deabfa9e692b0 |
UHC | 뤙遍꿩撰 | 1000111111001000111110001011110010110010111001101111001110111100 | 8fc8f8bcb2e6f3bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)