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 | 偲ホナ室篠 | 1000111011000011110011101100010110001110101110101000111011000010 | 8ec3cec58eba8ec2 |
EUC-JP | 偲ホナ室篠 | 10111100110001011000111011001110100011101100010110111100101111001011110011000100 | bcc58ece8ec5bcbcbcc4 |
UTF-8 | 偲ホナ室篠 | 111001011000000110110010111011111011111010001110111011111011111010000101111001011010111010100100111001111010111110100000 | e581b2efbe8eefbe85e5aea4e7afa0 |
UHC | ???室篠 | 00111111001111110011111111100011111110001110000111000110 | 3f3f3fe3f8e1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)