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 | ??ば?釐け | 001111110011111110000010110011100011111111100111110110001000001010101111 | 3f3f82ce3fe7d882af |
EUC-JP | ??ば?釐け | 001111110011111110100100110100000011111111101110110110101010010010110001 | 3f3fa4d03feedaa4b1 |
UTF-8 | 룶혧ば룶釐け | 111010111010001110110110111011011001100010100111111000111000000110110000111010111010001110110110111010011000011110010000111000111000000110010001 | eba3b6ed98a7e381b0eba3b6e98790e38191 |
UHC | 룶혧ば룶釐け | 100011111010101111000010100011111010101011010000100011111010101111010111111011011010101010110001 | 8fabc28faad08fabd7edaab1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)