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 | BYK¹ | 1001001001000010100100100101100110010010010010111001000110111001 | 92429259924b91b9 |
SJIS-WIN | ?B?Y?K?? | 0011111101000010001111110101100100111111010010110011111100111111 | 3f423f593f4b3f3f |
EUC-JP | ?B?Y?K?? | 0011111101000010001111110101100100111111010010110011111100111111 | 3f423f593f4b3f3f |
UTF-8 | BYK¹ | 11000010100100100100001011000010100100100101100111000010100100100100101111000010100100011100001010111001 | c29242c29259c2924bc291c2b9 |
UHC | ?B?Y?K?¹ | 001111110100001000111111010110010011111101001011001111111010100111110110 | 3f423f593f4b3fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)