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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 闇???? | 100010001100010100111111001111110011111100111111 | 88c53f3f3f3f |
EUC-JP | 闇??濚? | 1011000011000111001111110011111110001111110010011010000100111111 | b0c73f3f8fc9a13f |
UTF-8 | 闇딀쪛濚뺝 | 111010011001011110000111111010111001010010000000111011001010101010011011111001101011111110011010111010111011101010011101 | e99787eb9480ecaa9be6bf9aebba9d |
UHC | 闇딀쪛濚뺝 | 11100100111000011000101011100110101001011001010011100111101110011001010111100101 | e4e18ae6a594e7b995e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)