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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 肉??肉??B | 100100111111011100111111001111111001001111110111001111110011111101000010 | 93f73f3f93f73f3f42 |
EUC-JP | 肉??肉??B | 110001101111100100111111001111111100011011111001001111110011111101000010 | c6f93f3fc6f93f3f42 |
UTF-8 | 肉섎쳧肉섎쳧B | 11101000100000101000100111101100100001001000111011101100101100111010011111101000100000101000100111101100100001001000111011101100101100111010011101000010 | e88289ec848eecb3a7e88289ec848eecb3a742 |
UHC | 肉섎쳧肉섎쳧B | 11101011101111111001100011101011101010111000110011101011101111111001100011101011101010111000110001000010 | ebbf98ebab8cebbf98ebab8c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)