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 | 鈺??節f | 1111101111000100001111110011111110010000110111111000001010000110 | fbc43f3f90df8286 |
EUC-JP | 鈺??節f | 100011111110001111010101001111110011111111000000111000011010001111100110 | 8fe3d53f3fc0e1a3e6 |
UTF-8 | 鈺썰퉿節f | 111010011000100010111010111011001000110110110000111011011000100110111111111001111010111110000000111011111011110110000110 | e988baec8db0ed89bfe7af80efbd86 |
UHC | 鈺썰퉿節f | 11101000101011011011110111100100101110011001011111101111101111011010001111100110 | e8adbde4b997efbda3e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)