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 | 識肛ヤス | 11110000110000001000111010101111111000111110100011010100111100011000111010111101 | f0c08eafe3e8d4f18ebd |
EUC-JP | ?識肛ヤ?ス | 00111111101111001011000111100110111010101000111011010100001111111000111010111101 | 3fbcb1e6ea8ed43f8ebd |
UTF-8 | 識肛ヤス | 111011101000000110111111111010001010110110011000111010001000001010011011111011111011111010010100111011101000010010001001111011111011110110111101 | ee81bfe8ad98e8829befbe94ee8489efbdbd |
UHC | ?識肛??? | 0011111111100011110110111111100111111101001111110011111100111111 | 3fe3dbf9fd3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)