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 | 裁?壯? | 100011011101100100111111100110101110000100111111 | 8dd93f9ae13f |
EUC-JP | 裁?壯? | 101110101101101100111111110101001110001100111111 | badb3fd4e33f |
UTF-8 | 裁렗壯렒 | 111010001010001110000001111010111010000010010111111001011010001110101111111010111010000010010010 | e8a381eba097e5a3afeba092 |
UHC | 裁렗壯렒 | 1110111010101110100011101010110011101101111000001000111010100111 | eeae8eacede08ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)