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 | ???遙?? | 00111111001111110011111111101010101000010011111100111111 | 3f3f3feaa13f3f |
EUC-JP | ???遙?? | 00111111001111110011111111110100101000110011111100111111 | 3f3f3ff4a33f3f |
UTF-8 | 溫숅렉遙섊ㄶ | 111001101011101010101011111011001000100010000101111010111010000010001001111010011000000110011001111011001000010010001010111000111000010010110110 | e6baabec8885eba089e98199ec848ae384b6 |
UHC | 溫숅렉遙섊ㄶ | 111010001010111010011001111010011011011110111010111010011010101110011000111001111010010010100110 | e8ae99e9b7bae9ab98e7a4a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)