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 | ?坎?漿 | 001111111001101010101010001111111001111111110111 | 3f9aaa3f9ff7 |
EUC-JP | ?坎?漿 | 001111111101010010101100001111111101111011111001 | 3fd4ac3fdef9 |
UTF-8 | 뤗坎목漿 | 111010111010010010010111111001011001110110001110111010111010101010101001111001101011110010111111 | eba497e59d8eebaaa9e6bcbf |
UHC | 뤗坎목漿 | 1000111111000111110010101110110010111000111100011110110111101100 | 8fc7caecb8f1edec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)