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 | ??げ?? | 001111110011111110000010101100000011111100111111 | 3f3f82b03f3f |
EUC-JP | ??げ?? | 001111110011111110100100101100100011111100111111 | 3f3fa4b23f3f |
UTF-8 | 룶찋げ룶챥 | 111010111010001110110110111011001011000010001011111000111000000110010010111010111010001110110110111011001011000110100101 | eba3b6ecb08be38192eba3b6ecb1a5 |
UHC | 룶찋げ룶챥 | 10001111101010111010100110001111101010101011001010001111101010111010101001110000 | 8faba98faab28fabaa70 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)