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 | ?室?? | 0011111110001110101110100011111100111111 | 3f8eba3f3f |
EUC-JP | ?室?? | 0011111110111100101111000011111100111111 | 3fbcbc3f3f |
UTF-8 | 맕室겦똄 | 111010111010011110010101111001011010111010100100111010101011001010100110111010111001100010000100 | eba795e5aea4eab2a6eb9884 |
UHC | 맕室겦똄 | 1001000010100111111000111111100010000001101110001000110001000101 | 90a7e3f881b88c45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)