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 | ?????た | 00111111001111110011111100111111001111111000001010111101 | 3f3f3f3f3f82bd |
EUC-JP | ?????た | 00111111001111110011111100111111001111111010010010111111 | 3f3f3f3f3fa4bf |
UTF-8 | 룶혧㈛룵찋た | 111010111010001110110110111011011001100010100111111000111000100010011011111010111010001110110101111011001011000010001011111000111000000110011111 | eba3b6ed98a7e3889beba3b5ecb08be3819f |
UHC | 룶혧㈛룵찋た | 100011111010101111000010100011111010100111001100100011111010101010101001100011111010101010111111 | 8fabc28fa9cc8faaa98faabf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)