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 | ??ば??も | 0011111100111111100000101100111000111111001111111000001011100000 | 3f3f82ce3f3f82e0 |
EUC-JP | ??ば??も | 0011111100111111101001001101000000111111001111111010010011100010 | 3f3fa4d03f3fa4e2 |
UTF-8 | 룫콓ば룶쨵も | 111010111010001110101011111011001011110110010011111000111000000110110000111010111010001110110110111011001010100010110101111000111000001010000010 | eba3abecbd93e381b0eba3b6eca8b5e38282 |
UHC | 룫콓ば룶쨵も | 100011111010001010110001100011111010101011010000100011111010101110100100100011111010101011100010 | 8fa2b18faad08faba48faae2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)