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 | 沃や??よお | 10010111100000001000001011100010001111110011111110000010111001101000001010101000 | 978082e23f3f82e682a8 |
EUC-JP | 沃や??よお | 11001101111000001010010011100100001111110011111110100100111010001010010010101010 | cde0a4e43f3fa4e8a4aa |
UTF-8 | 沃や퓥樂よお | 111001101011001010000011111000111000001010000100111011011001001110100101111011111010011010111111111000111000001010001000111000111000000110001010 | e6b283e38284ed93a5efa6bfe38288e3818a |
UHC | 沃や퓥樂よお | 111010001010101010101010111001001011111110001110111010001111100110101010111010001010101010101010 | e8aaaae4bf8ee8f9aae8aaaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)