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 | ??ュ?悠ュ | 001111110011111110000011100001010011111110010111010010011000001110000101 | 3f3f83853f97498385 |
EUC-JP | ??ュ?悠ュ | 001111110011111110100101111001010011111111001101101010101010010111100101 | 3f3fa5e53fcdaaa5e5 |
UTF-8 | 룶殺ュ룫悠ュ | 111010111010001110110110111011111010010110110000111000111000001110100101111010111010001110101011111001101000001010100000111000111000001110100101 | eba3b6efa5b0e383a5eba3abe682a0e383a5 |
UHC | 룶殺ュ룫悠ュ | 100011111010101111100001111011011010101111100101100011111010001011101010111011011010101111100101 | 8fabe1edabe58fa2eaedabe5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)