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 | Y²±ByB | 100100100101100110010001101100101001000110110001010000100111100101000010 | 925991b291b1427942 |
SJIS-WIN | ?Y???±ByB | 00111111010110010011111100111111001111111000000101111101010000100111100101000010 | 3f593f3f3f817d427942 |
EUC-JP | ?Y???±ByB | 00111111010110010011111100111111001111111010000111011110010000100111100101000010 | 3f593f3f3fa1de427942 |
UTF-8 | Y²±ByB | 1100001010010010010110011100001010010001110000101011001011000010100100011100001010110001010000100111100101000010 | c29259c291c2b2c291c2b1427942 |
UHC | ?Y?²?±ByB | 0011111101011001001111111010100111110111001111111010000110111110010000100111100101000010 | 3f593fa9f73fa1be427942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)