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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 瀞?骨 | 1001001111010010001111111000110110011100 | 93d23f8d9c |
EUC-JP | 瀞?骨 | 1100011011010100001111111011100111111100 | c6d43fb9fc |
UTF-8 | 瀞쯔骨 | 111001111000000010011110111011001010111110010100111010011010101010101000 | e7809eecaf94e9aaa8 |
UHC | 瀞쯔骨 | 111011111110011111000010111010101100110111101001 | efe7c2eacde9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)