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 | 雫菘竺雫菘竺 | 100011101011010011100100110000111000111010110001100011101011010011100100110000111000111010110001 | 8eb4e4c38eb18eb4e4c38eb1 |
EUC-JP | 雫菘竺雫菘竺 | 101111001011011011101000110001011011110010110011101111001011011011101000110001011011110010110011 | bcb6e8c5bcb3bcb6e8c5bcb3 |
UTF-8 | 雫菘竺雫菘竺 | 111010011001101110101011111010001000111110011000111001111010101110111010111010011001101110101011111010001000111110011000111001111010101110111010 | e99babe88f98e7abbae99babe88f98e7abba |
UHC | ??竺??竺 | 0011111100111111111101011110011100111111001111111111010111100111 | 3f3ff5e73f3ff5e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)