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 | ??も??タ | 0011111100111111100000101110000000111111001111111000001101011110 | 3f3f82e03f3f835e |
EUC-JP | ??も??タ | 0011111100111111101001001110001000111111001111111010010110111111 | 3f3fa4e23f3fa5bf |
UTF-8 | 룶쥚も룶쾹タ | 111010111010001110110110111011001010010110011010111000111000001010000010111010111010001110110110111011001011111010111001111000111000001010111111 | eba3b6eca59ae38282eba3b6ecbeb9e382bf |
UHC | 룶쥚も룶쾹タ | 100011111010101110100010100011111010101011100010100011111010101110110010100011111010101110111111 | 8faba28faae28fabb28fabbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)