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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???宥?Ⅴ | 0011111100111111001111111001011101000111001111111000011101011000 | 3f3f3f97473f8758 |
EUC-JP | ???宥?? | 00111111001111110011111111001101101010000011111100111111 | 3f3f3fcda83f3f |
UTF-8 | 黎싲뎺宥억Ⅴ | 111011111010011010001001111011001000101110110010111010111000111010111010111001011010111010100101111011001001011010110101111000101000010110100100 | efa689ec8bb2eb8ebae5aea5ec96b5e285a4 |
UHC | 黎싲뎺宥억Ⅴ | 111001101011000110011010111010111000100110001101111010101110100110111110111011111010010110110100 | e6b19aeb898deae9beefa5b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)