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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鉑室鉧而 | 1111101111001001100011101011101011111011110010111000111010100111 | fbc98ebafbcb8ea7 |
EUC-JP | 鉑室鉧而 | 10001111111000111110000110111100101111001000111111100011111010011011110010101001 | 8fe3e1bcbc8fe3e9bca9 |
UTF-8 | 鉑室鉧而 | 111010011000100110010001111001011010111010100100111010011000100110100111111010001000000010001100 | e98991e5aea4e989a7e8808c |
UHC | ?室?而 | 001111111110001111111000001111111110110010111011 | 3fe3f83fecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)